home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 3 / Precision Software Applications Silver Collection Volume Three (PSM) (1993).iso / music2 / mepody.exe / MISTERED.C < prev    next >
C/C++ Source or Header  |  1992-02-06  |  284b  |  8 lines

  1. #include <dos.h>
  2. int melody[][2] = {
  3. {  0,  0},{494,200},{659,200},{622,200},{554,200},{494,200},{  0,200}
  4. ,{494,200},{659,200},{622,200},{554,200},{494,200},{  0,200},{494,200}
  5. ,{523,400},{494,200},{440,200},{494,200},{523,200},{494,400},{  0,200}
  6. ,{622,100}};
  7. #define MAX 21
  8.